home *** CD-ROM | disk | FTP | other *** search
- object DateFormatEditor: TDateFormatEditor
- Left = 264
- Top = 171
- BorderStyle = bsDialog
- Caption = 'Date Formats'
- ClientHeight = 346
- ClientWidth = 322
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 17
- Top = 5
- Width = 276
- Height = 15
- AutoSize = False
- Caption = 'Selected Date Format (with history):'
- end
- object DateFormatCB: THistoryComboBox
- Left = 17
- Top = 22
- Width = 288
- Height = 21
- ItemHeight = 13
- ParentColor = True
- TabOrder = 0
- Key = 'Software\Benthic\DateFormats'
- end
- object Button1: TButton
- Left = 169
- Top = 307
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object RzPanel1: TRzPanel
- Left = 7
- Top = 52
- Width = 308
- Height = 241
- BorderOuter = fsGroove
- ParentColor = True
- TabOrder = 2
- object Label2: TLabel
- Left = 10
- Top = 13
- Width = 261
- Height = 15
- AutoSize = False
- Caption = 'Quick Date Formats:'
- end
- object Label1: TLabel
- Left = 10
- Top = 118
- Width = 142
- Height = 15
- AutoSize = False
- Caption = 'Date format parts:'
- end
- object QuickFormatList: TListBox
- Left = 10
- Top = 29
- Width = 285
- Height = 82
- IntegralHeight = True
- ItemHeight = 13
- Items.Strings = (
- 'MM/DD/YY'
- 'MM/DD/YYYY'
- 'MM/DD/YYYY HH:MI AM'
- 'MM/DD/YYYY HH:MI:SS AM'
- 'MM/DD/YYYY HH24:MI'
- 'MM/DD/YYYY HH24:MI:SS'
- 'MON-DD-YY'
- 'MON-DD-YYYY'
- 'MON-DD-YYYY HH:MI AM'
- 'MON-DD-YYYY HH:MI:SS AM'
- 'MON-DD-YYYY HH24:MI'
- 'MON-DD-YYYY HH24:MI:SS'
- 'J:SSSSS')
- ParentColor = True
- TabOrder = 0
- OnClick = QuickFormatListClick
- OnDblClick = QuickFormatListDblClick
- end
- object FormatPartList: TRzTabbedListBox
- Left = 10
- Top = 134
- Width = 285
- Height = 95
- TabStops.Min = -2147483647
- TabStops.Max = 2147483647
- TabStops.Integers = (
- 10)
- Color = clBtnFace
- IntegralHeight = True
- ItemHeight = 13
- Items.Strings = (
- 'SCC'#9'Century; '#39'S'#39' prefixes BC date with '#39'-'#39
- 'CC'#9'Century'
- 'SYYYY'#9'Year; '#39'S'#39' prefixes BC date with '#39'-'#39
- 'YYYY'#9'4 digit year'
- 'YYY'#9'3 digit year'
- 'YY'#9'2 digit year'
- 'Y'#9'1 digit year'
- 'IYYY'#9'4 digit ISO standard year'
- 'IYY'#9'3 digit ISO standard year'
- 'IY'#9'2 digit ISO standard year'
- 'I'#9'1 digit ISO standard year'
- 'Y,YYY'#9'Year with comma at position'
- 'SYEAR'#9'Year spelled out; '#39'S'#39' prefixes BC date with '#39'-'#39
- 'YEAR'#9'Year spelled out'
- 'RR'#9'Last 2 digits of year, for years in next century'
- 'BC'#9'BC/AD indicator'
- 'AD'#9'BC/AD indicator'
- 'B.C.'#9'BC/AD indicator with periods'
- 'A.D.'#9'BC/AD indicator with periods'
- 'Q'#9'Quarter of year (1, 2, 3, 4; JAN-MAR = 1)'
- 'MM'#9'Month of year (01-12; JAN=01)'
- 'RM'#9'Roman numeral month (I..XII; JAN=I)'
- 'MONTH'#9'Month name, padded to 9 chars'
- 'MON'#9'Month name, abbreviated (JAN,FEB)'
- 'WW'#9'Week of year (1-52)'
- 'W'#9'Week of month (1-5)'
- 'IW'#9'ISO standard week of year (1..52 or 1..53)'
- 'DDD'#9'Day of year (1..366)'
- 'DD'#9'Day of month (1..31)'
- 'D'#9'Day of week (1..7)'
- 'DAY'#9'Name of day, padded to 9 chars'
- 'DY'#9'Name of day, 3 letter abbrev (MON)'
- 'J'#9'Julian day (since Dec 31, 4713 BC)'
- 'AM'#9'Meridian indicator'
- 'PM'#9'Meridian indicator'
- 'A.M.'#9'Meridian indicator with periods'
- 'P.M.'#9'Meridian indicator with periods'
- 'HH'#9'Hour of day (1..12)'
- 'HH12'#9'Hour of day (1..12)'
- 'HH24'#9'Hour of day (1..23)'
- 'MI'#9'Minute (0..59)'
- 'SS'#9'Second (0..59)'
- 'SSSSS'#9'Seconds past midnight (0..86399)')
- ParentColor = True
- TabOrder = 1
- OnClick = FormatPartListClick
- OnDblClick = QuickFormatListDblClick
- end
- end
- object OkButton: TButton
- Left = 78
- Top = 307
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = OkButtonClick
- end
- end
-